home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / HyperCard Related / HyperCard Toolkits / HyperCard MacTCP Toolkit 1.0 / TCP XCMD Docs / card_3992.txt < prev    next >
Encoding:
Text File  |  1990-09-14  |  1020 b   |  39 lines

  1. -- card: 3992 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3170
  5. -- name: 
  6.  
  7.  
  8. -- part contents for background part 9
  9. ----- text -----
  10. Function:
  11.  
  12. -- part contents for background part 1
  13. ----- text -----
  14. TCPState(connectionID)
  15.  
  16. -- part contents for background part 4
  17. ----- text -----
  18. This function returns a string specifying the current state of the TCP connection. It can be one of the following:
  19.  
  20.   "waiting for open" - active or passive open issued but not
  21.               completed
  22.   "closed" - no connection
  23.   "listening" - waiting for an incoming connection
  24.   "established" - connection is established
  25.   "opening" - connection is being established
  26.   "please close" - the other side has issued a close
  27.   "closing" - connection is closing
  28.  
  29. -- part contents for background part 2
  30. ----- text -----
  31. Returns the current status of a TCP connection.
  32.  
  33. -- part contents for background part 3
  34. ----- text -----
  35. connectionID
  36.  
  37. -- part contents for background part 7
  38. ----- text -----
  39. the ID of the TCP connection